Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Weekdays Class / Weekdays Constructor / Weekdays Constructor(DayOfWeekHolidayPolicy[])
A DayOfWeekHolidayPolicy array that specifies the policy for the entire week.


In This Topic
Weekdays Constructor(DayOfWeekHolidayPolicy[])
In This Topic
Initializes a new instance of the Weekdays class using day specified weekday policies.
Syntax
'Declaration
 
Public Function New( _
   ByVal daysOfWeek() As DayOfWeekHolidayPolicy _
)
 
'Usage
 
Dim daysOfWeek() As DayOfWeekHolidayPolicy
 
Dim instance As New Weekdays(daysOfWeek)

Parameters

daysOfWeek
A DayOfWeekHolidayPolicy array that specifies the policy for the entire week.
See Also